home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / auto07.dxr / 00315_A07-2hot.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  689 b   |  21 lines

  1. on mouseUp
  2.   global k, s80, s100
  3.   if k = 0 then
  4.     set the visible of sprite 18 to 0
  5.     set the visible of sprite 20 to 0
  6.     set the visible of sprite 19 to 1
  7.     animate("a07-2hs.wav", 19, "A07-201T.BMP", 3, s80, EMPTY)
  8.     animate(EMPTY, 19, "A07-201T.BMP", 3, s80, EMPTY)
  9.     animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
  10.     animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
  11.     animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
  12.     animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
  13.     set the visible of sprite 18 to 1
  14.     set the visible of sprite 20 to 1
  15.     set the visible of sprite 19 to 0
  16.     set k to 1
  17.     puppetSprite(19, 0)
  18.     puppetSprite(20, 0)
  19.   end if
  20. end
  21.